Multidimensional assignment problem
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
The multidimensional assignment problem (MAP) is a fundamental combinatorial optimization problem which was introduced by William Pierskalla.cite-ref-pier68-1-0[1] This problem can be seen as a generalization of the linear assignment problem.cite-ref-pasi21-2-0[2] In words, the problem can be described as follows:
An instance of the problem has a number of agents (i.e., cardinality parameter) and a number of job characteristics (i.e., dimensionality parameter) such as task, machine, time interval, etc. For example, an agent can be assigned to perform task X, on machine Y, during time interval Z. Any agent can be assigned to perform a job with any combination of unique job characteristics at some cost. These costs may vary based on the assignment of agent to a combination of job characteristics - specific task, machine, time interval, etc. The problem is to minimize the total cost of assigning the agents so that the assignment of agents to each job characteristic is an injective function, or one-to-one function from agents to a given job characteristic.
Alternatively, describing the problem using graph theory:
The multidimensional assignment problem consists of finding, in a weighted multipartite graph, a matching of a given size, in which the sum of weights of the edges is minimum.cite-ref-3[3]
Contents
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Formal definition
Various formulations of this problem can be found in the literature. Using cost-functions, the D {\displaystyle D} –dimensional assignment problem (or D {\displaystyle D} –MAP) can be stated as follows:
Given D {\displaystyle D} sets, A {\displaystyle A} and J 1 , … … J D − − 1 {\displaystyle J_{1},\ldots J_{D-1}} , of equal size, together with a cost array or multidimensional weight function C {\displaystyle C} : A × × J 1 × × … … × × J D − − 1 → → R + {\displaystyle A\times J_{1}\times \ldots \times J_{D-1}\rightarrow \mathbb {R} _{+}} , find D − − 1 {\displaystyle D-1} permutations π π d {\displaystyle \pi _{d}} : A → J d {\displaystyle J_{d}} such that the total cost function: ∑ ∑ a ∈ ∈ A C ( a , π π 1 ( a ) , … … , π π D − − 1 ( a ) ) {\displaystyle \sum _{a\in A}C(a,\pi _{1}(a),\ldots ,\pi _{D-1}(a))}
is minimized.cite-ref-4[4]
Problem parameters
The multidimensional assignment problem (MAP) has two key parameters that determine the size of a problem instance:
1. The dimensionality parameter D {\displaystyle D}
2. The cardinality parameter N = | A | {\displaystyle N=|A|} , where | A | {\displaystyle |A|} denotes the number of elements in A {\displaystyle A} .
Size of cost array
Any problem instance of the MAP with parameters D , N {\displaystyle D,N} has its specific cost array C {\displaystyle C} , which consists of N D {\displaystyle N^{D}} instance-specific costs/weights parameters C ( a , a 1 , … … , a D − − 1 ) {\displaystyle C(a,a_{1},\ldots ,a_{D-1})} . N D {\displaystyle N^{D}} is the size of cost array.
Number of feasible solutions
The feasible region or solution space of the MAP is very large. The number K {\displaystyle K} of feasible solutions (the size of the MAP instance) depends on the MAP parameters D , N {\displaystyle D,N} . Specifically, K = ( N ! ) D − − 1 {\displaystyle K=(N!)^{D-1}} .cite-ref-pasi21-2-1[2]
Computational complexity
Applications
The problem found application in many domains:
• Scheduling (production processes)cite-ref-pier68-1-1[1]
• Multi-sensor data fusioncite-ref-6[6]
• Record linkage or multipartite entity resolutioncite-ref-pasi21-2-2[2]
• Elementary particle physicscite-ref-7[7]
• Fall detection in elderly with small wearable devicescite-ref-8[8]
References
cite-note-55. ↑ citerefnguyenle-thipham-dinh2012Nguyen, Duc Manh; Le Thi, Hoai An; Pham Dinh, Tao (2012-10-12). "Solving the Multidimensional Assignment Problem by a Cross-Entropy method". Journal of Combinatorial Optimization. 27 (4): 808–823. doi:10.1007/s10878-012-9554-z. ISSN 1382-6905. S2CID 254658376.